:root {
  font-size: 62.5% !important;
}

[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
[class*=event_] {
  max-width: initial !important;
  scroll-behavior: smooth;
}

.recruit {
  position: relative;
  max-width: initial !important;
  scroll-behavior: smooth;
}
.recruit .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: initial;
  gap: initial;
}
.recruit .follow_bnr {
  position: sticky;
  top: 0;
  left: calc(50% + 625px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 122px;
  float: right;
  z-index: 2;
}
.recruit .follow_bnr ul {
  position: absolute;
  top: 122px;
  left: 0;
  width: 122px;
}
.recruit .evMain {
  padding: 95px 0 87px 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/recruit/recruit_main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recruit .evMain .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.recruit .evMain .con_title h3 {
  line-height: 1.6;
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}
.recruit .evMain .con_title h3 span {
  color: #abdaff;
}
.recruit .evMain .con_title h6 {
  margin: 40px 0 67px 0;
  line-height: 1.6;
  color: #ffffff;
  font-size: 24.12px;
  text-align: center;
}
.recruit .evMain .con_title a {
  display: inline-block;
  width: 350px;
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background-color: #000000;
  border-radius: 40px;
}
.recruit .evCon1 {
  padding: 101px 0 90px 0;
  background-color: #fff;
}
.recruit .evCon1 h4 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 45px;
  line-height: 1.4;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.recruit .evCon1 h4 span {
  color: #0082ff;
}
.recruit .evCon1 h4::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.recruit .evCon1 .con_title {
  margin-bottom: 75px;
}
.recruit .evCon1 .con_title > p {
  line-height: 1.6;
  color: #000000;
  font-size: 17px;
  text-align: center;
}
.recruit .evCon1 .con_title > p span {
  color: #0082ff;
}
.recruit .evCon1 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.recruit .evCon1 .con_box .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 35px 143px 81px 143px;
}
.recruit .evCon1 .con_box .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33% - 30px);
  padding: 50px 30px 50px 25px;
  background-color: #fbfbfb;
  border-radius: 15px;
}
.recruit .evCon1 .con_box .box_wrap .box::before {
  position: absolute;
  top: 50%;
  right: -21px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 11px;
  height: 18px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/recruit/recruit_box_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recruit .evCon1 .con_box .box_wrap .box:nth-of-type(3)::before, .recruit .evCon1 .con_box .box_wrap .box:last-of-type::before {
  display: none;
}
.recruit .evCon1 .con_box .box_wrap .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 18px;
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.recruit .evCon1 .con_box .box_wrap .box_title i {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 21px;
  margin-right: 7px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  background-color: #222222;
  border-radius: 50%;
}
.recruit .evCon1 .con_box .box_wrap .box_desc {
  min-height: 80px;
}
.recruit .evCon1 .con_box .box_wrap .box_desc p {
  position: relative;
  margin-left: -10px;
  margin-bottom: 4px;
  padding-left: 13px;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: -1.2px;
  color: #222222;
}
.recruit .evCon1 .con_box .box_wrap .box_desc p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.recruit .evCon1 .con_box .box_wrap .box_desc p:last-of-type {
  margin-bottom: 0;
}
.recruit .evCon1 .con_box ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 35px;
  color: #000000;
  font-size: 17px;
}
.recruit .evCon1 .con_box ul li:last-of-type {
  margin-bottom: 0;
}
.recruit .evCon1 .con_box ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 21px;
  height: 15px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/recruit/recruit_icon_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recruit .evCon1 .con_box .btn_wrap {
  margin-top: 90px;
}
.recruit .evCon1 .con_box .btn_wrap .btn_default {
  width: 380px;
}
.recruit_pop .modal_contents_box {
  padding: 60px;
}
.recruit_pop .modal_contents_box h3 {
  margin-bottom: 36px;
  color: #222222;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.recruit_pop .table {
  margin-bottom: 18px;
}
.recruit_pop .table_th {
  width: 108px;
}
.recruit_pop .table .input_text {
  height: 40px;
}
.recruit_pop .sub_page_info.privacy1 {
  margin-bottom: 17px;
  padding: 10px 20px;
}
.recruit_pop .sub_page_info.privacy1 p {
  line-height: 1.4;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.recruit_pop .sub_page_info.privacy1 p::before {
  content: "";
}
.recruit_pop .privacy2 {
  margin-bottom: 55px;
  font-size: 15px;
  font-weight: 700;
}
.recruit_pop .btn_blue {
  width: 380px;
  font-size: 18px;
}

.partnership {
  position: relative;
  max-width: initial !important;
  scroll-behavior: smooth;
}
.partnership .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: initial;
  gap: initial;
}
.partnership .follow_bnr {
  position: sticky;
  top: 0;
  left: calc(50% + 625px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 122px;
  float: right;
  z-index: 2;
}
.partnership .follow_bnr ul {
  position: absolute;
  top: 122px;
  left: 0;
  width: 122px;
}
.partnership .follow_bnr ul li:first-of-type {
  margin-bottom: 6px;
}
.partnership .evSection h4 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 45px;
  line-height: 1.6;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.partnership .evSection h4 span {
  color: #0082ff;
}
.partnership .evSection h4::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 41px;
  height: 8px;
  border-radius: 20px;
  background-color: #0082ff;
}
.partnership .evMain {
  padding: 95px 0 87px 0;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/partnership/partnership_main_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.partnership .evMain .con_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.partnership .evMain .con_title h3 {
  line-height: 1.6;
  color: #ffffff;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}
.partnership .evMain .con_title h3 span {
  color: #abdaff;
}
.partnership .evMain .con_title h6 {
  margin: 40px 0 67px 0;
  line-height: 1.6;
  color: #ffffff;
  font-size: 24.12px;
  text-align: center;
}
.partnership .evMain .con_title a {
  display: inline-block;
  width: 350px;
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background-color: #000000;
  border-radius: 40px;
}
.partnership .evCon1 {
  padding: 101px 0;
  background-color: #fff;
}
.partnership .evCon1 .con_title {
  margin-bottom: 50px;
}
.partnership .evCon1 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.partnership .evCon1 .con_box .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 200px);
  gap: 15px;
  margin: 0 100px 0 100px;
}
.partnership .evCon1 .con_box .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px 40px 12px 40px;
  background-color: #fbfbfb;
}
.partnership .evCon1 .con_box .box_wrap .box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 38px;
}
.partnership .evCon1 .con_box .box_wrap .box_title {
  margin-bottom: 18px;
  color: #222222;
  font-size: 17px;
  font-weight: 700;
}
.partnership .evCon1 .con_box .box_wrap .box_desc p {
  position: relative;
  margin-left: -10px;
  margin-bottom: 4px;
  padding-left: 13px;
  line-height: 1.4;
  color: #222222;
  font-size: 17px;
}
.partnership .evCon1 .con_box .box_wrap .box_desc p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.partnership .evCon1 .con_box .box_wrap .box_desc p:last-of-type {
  margin-bottom: 0;
}
.partnership .evCon2 {
  padding: 0 0 90px 0;
  background-color: #fff;
}
.partnership .evCon2 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.partnership .evCon2 .con_box h4 {
  margin-bottom: 36px;
}
.partnership .evCon2 .con_box h4:nth-of-type(2) {
  margin-bottom: 30px;
}
.partnership .evCon2 .con_box .box_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 300px);
  margin: 0 162px 106px 138px;
  gap: 55px;
}
.partnership .evCon2 .con_box .box_wrap::before {
  position: absolute;
  top: 64px;
  right: 0;
  content: "";
  width: 0;
  border: 120px solid #ececec;
  border-radius: 0 120px 120px 0;
  border-right: 0;
  z-index: 1;
}
.partnership .evCon2 .con_box .box_wrap::after {
  position: absolute;
  top: 74px;
  right: 10px;
  content: "";
  width: 0;
  border: 110px solid #ffffff;
  border-radius: 0 110px 110px 0;
  border-right: 0;
  z-index: 1;
}
.partnership .evCon2 .con_box .box_wrap > div {
  position: relative;
  gap: 70px;
  z-index: 2;
}
.partnership .evCon2 .con_box .box_wrap > div::before {
  position: absolute;
  top: 64px;
  left: -43px;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ececec;
}
.partnership .evCon2 .con_box .box_wrap > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnership .evCon2 .con_box .box_wrap > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.partnership .evCon2 .con_box .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 51px;
}
.partnership .evCon2 .con_box .box_wrap .box_title {
  position: absolute;
  top: 147px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  color: #222222;
  font-size: 17px;
  white-space: nowrap;
}
.partnership .evCon2 .con_box .box_wrap .box_title i {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 21px;
  margin-right: 7px;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  background-color: #222222;
  border-radius: 50%;
}
.partnership .evCon2 .con_box > p {
  margin-bottom: 40px;
  line-height: 1.8;
  color: #000000;
  font-size: 17px;
  text-align: center;
}
.partnership .evCon2 .con_box > p span {
  color: #0082ff;
}
.partnership .evCon2 .con_box h6 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.partnership .evCon2 .con_box .btn_wrap {
  margin-top: 70px;
}
.partnership .evCon2 .con_box .btn_wrap .btn_default {
  width: 380px;
}
.partnership_pop .modal_contents_box {
  padding: 50px;
}
.partnership_pop .modal_contents_box h3 {
  margin-bottom: 36px;
  color: #222222;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.partnership_pop .table {
  margin-bottom: 18px;
}
.partnership_pop .table_th {
  width: 108px;
}
.partnership_pop .table .input_text {
  height: 40px;
}
.partnership_pop .sub_page_info.privacy1 {
  margin-bottom: 17px;
  padding: 10px 20px;
}
.partnership_pop .sub_page_info.privacy1 p {
  line-height: 1.4;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.partnership_pop .sub_page_info.privacy1 p::before {
  content: "";
}
.partnership_pop .privacy2 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}
.partnership_pop .btn_blue {
  width: 380px;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .recruit .inner {
    padding: initial;
    gap: initial;
  }
  .recruit .follow_bnr {
    display: none;
  }
  .recruit .evMain {
    padding: 9.5rem 0 8.7rem 0;
  }
  .recruit .evMain .con_title h3 {
    font-size: 4.5rem;
  }
  .recruit .evMain .con_title h6 {
    margin: 4rem 0 6.7rem 0;
    font-size: 2.4rem;
  }
  .recruit .evMain .con_title a {
    width: 35rem;
    height: 6rem;
    line-height: 5.8rem;
    font-size: 2.2rem;
    border-radius: 4rem;
  }
  .recruit .evCon1 {
    padding: 10.1rem 0 9rem 0;
  }
  .recruit .evCon1 h4 {
    margin-bottom: 2.5rem;
    padding-top: 4.5rem;
    font-size: 3.5rem;
  }
  .recruit .evCon1 h4::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .recruit .evCon1 .con_title {
    margin-bottom: 7.5rem;
  }
  .recruit .evCon1 .con_title > p {
    font-size: 1.7rem;
  }
  .recruit .evCon1 .con_box .box_wrap {
    gap: 3rem;
    margin: 3rem 0 8rem 0;
  }
  .recruit .evCon1 .con_box .box_wrap .box {
    width: calc(33.33% - 3rem);
    padding: 5rem 3rem 5rem 2.5rem;
    border-radius: 1.5rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box::before {
    right: -2.1rem;
    width: 1.1rem;
    height: 1.8rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_title {
    margin-top: 2.5rem;
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_title i {
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.1rem;
    margin-right: 0.7rem;
    font-size: 1.2rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc {
    min-height: 8rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc p {
    margin-left: -1rem;
    margin-bottom: 0.4rem;
    padding-left: 1.3rem;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .recruit .evCon1 .con_box ul li {
    margin-bottom: 1.8rem;
    padding-left: 3.5rem;
    font-size: 1.7rem;
  }
  .recruit .evCon1 .con_box ul li::before {
    width: 2.1rem;
    height: 1.5rem;
  }
  .recruit .evCon1 .con_box .btn_wrap {
    margin-top: 9rem;
  }
  .recruit .evCon1 .con_box .btn_wrap .btn_default {
    width: 38rem;
  }
  .recruit_pop .modal_contents_box {
    padding: 6rem;
  }
  .recruit_pop .table {
    margin-bottom: 1.8rem;
  }
  .recruit_pop .table_th {
    width: 10.8rem;
  }
  .recruit_pop .table .input_text {
    height: 4rem;
  }
  .recruit_pop h3 {
    margin-bottom: 3.6rem;
    font-size: 2.6rem;
  }
  .recruit_pop .sub_page_info.privacy1 {
    margin-bottom: 1.7rem;
    padding: 1rem 2rem;
  }
  .recruit_pop .sub_page_info.privacy1 p {
    font-size: 1.3rem;
  }
  .recruit_pop .privacy2 {
    margin-bottom: 5.5rem;
    font-size: 1.5rem;
  }
  .recruit_pop .btn_blue {
    width: 38rem;
    font-size: 1.8rem;
  }
  .partnership .inner {
    padding: initial;
    gap: initial;
  }
  .partnership .follow_bnr {
    display: none;
  }
  .partnership .evSection h4 {
    margin-bottom: 2.5rem;
    padding-top: 4.5rem;
    font-size: 3.5rem;
  }
  .partnership .evSection h4::before {
    width: 4.1rem;
    height: 0.8rem;
    border-radius: 2rem;
  }
  .partnership .evMain {
    padding: 9.5rem 0 8.7rem 0;
  }
  .partnership .evMain .con_title h3 {
    font-size: 4.5rem;
  }
  .partnership .evMain .con_title h6 {
    margin: 4rem 0 6.7rem 0;
    font-size: 2.4rem;
  }
  .partnership .evMain .con_title a {
    width: 35rem;
    height: 6rem;
    line-height: 5.8rem;
    font-size: 2.2rem;
    border-radius: 4rem;
  }
  .partnership .evCon1 {
    padding: 10rem 1rem 9rem 1rem;
  }
  .partnership .evCon1 .con_title {
    margin-bottom: 5rem;
  }
  .partnership .evCon1 .con_box .box_wrap {
    width: 100%;
    gap: 1rem;
    margin: 0 auto;
  }
  .partnership .evCon1 .con_box .box_wrap .box {
    padding: 1rem 1rem 1rem 1rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box > div {
    margin-left: 3rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box_title {
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box_desc p {
    margin-left: -1rem;
    margin-bottom: 0.4rem;
    padding-left: 1.3rem;
    font-size: 1.4rem;
  }
  .partnership .evCon2 {
    padding: 0 1rem 9rem 1rem;
  }
  .partnership .evCon2 .con_box h4 {
    margin-bottom: 3rem;
  }
  .partnership .evCon2 .con_box h4:nth-of-type(2) {
    margin-bottom: 3rem;
  }
  .partnership .evCon2 .con_box .box_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 5rem);
    height: 41.7rem;
    margin: 0 5rem 8rem 0;
    gap: initial;
  }
  .partnership .evCon2 .con_box .box_wrap::before {
    top: 6.4rem;
    right: -4rem;
    border: 12rem solid #ececec;
    border-radius: 0 12rem 12rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap::after {
    top: 7.4rem;
    right: -3rem;
    width: 50%;
    border: 11rem solid #ffffff;
    border-radius: 0 11rem 11rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap > div {
    width: 100%;
    gap: 0;
  }
  .partnership .evCon2 .con_box .box_wrap > div::before {
    top: 6.4rem;
    left: 0;
    width: calc(100% - 10rem);
  }
  .partnership .evCon2 .con_box .box_wrap .box {
    width: 25%;
    margin-bottom: 5rem;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title {
    top: 14.7rem;
    font-size: 1.7rem;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title i {
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.1rem;
    margin-right: 0.7rem;
    font-size: 1.2rem;
  }
  .partnership .evCon2 .con_box > p {
    margin-bottom: 4rem;
    font-size: 1.7rem;
  }
  .partnership .evCon2 .con_box h6 {
    font-size: 2.2rem;
  }
  .partnership .evCon2 .con_box .btn_wrap {
    margin-top: 7rem;
  }
  .partnership .evCon2 .con_box .btn_wrap .btn_default {
    width: 38rem;
  }
  .partnership_pop .modal_contents_box {
    padding: 6rem;
  }
  .partnership_pop .table {
    margin-bottom: 1.8rem;
  }
  .partnership_pop .table_th {
    width: 10.8rem;
  }
  .partnership_pop .table .input_text {
    height: 4rem;
  }
  .partnership_pop h3 {
    margin-bottom: 3.6rem;
    font-size: 2.6rem;
  }
  .partnership_pop .sub_page_info.privacy1 {
    margin-bottom: 1.7rem;
    padding: 1rem 2rem;
  }
  .partnership_pop .sub_page_info.privacy1 p {
    font-size: 1.3rem;
  }
  .partnership_pop .privacy2 {
    margin-bottom: 5.5rem;
    font-size: 1.5rem;
  }
  .partnership_pop .btn_blue {
    width: 38rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) {
  .recruit .evCon1 {
    padding: 10rem 1rem 9rem 1rem;
  }
  .recruit .evCon1 .con_box .box_wrap {
    gap: 3rem;
    margin: 3rem 0 8rem 0;
  }
  .recruit .evCon1 .con_box .box_wrap .box {
    width: calc(33.33% - 2rem);
    padding: 5rem 1rem 5rem 1.5rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_title i {
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc {
    min-height: 7rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc p {
    font-size: 1.3rem;
  }
  .recruit .evCon1 .con_box ul li {
    font-size: 1.6rem;
  }
  .recruit .evCon1 .con_box .btn_wrap {
    width: 100%;
    margin-top: 9rem;
    gap: 1rem;
  }
  .recruit .evCon1 .con_box .btn_wrap .btn_default {
    width: 50%;
  }
  .recruit_pop.modal {
    width: calc(100% - 2rem);
  }
  .partnership .evCon1 .con_box .box_wrap .box_desc p {
    font-size: 1.3rem;
  }
  .partnership .evCon2 .con_box .box_wrap {
    width: calc(100% - 3rem);
    height: 41.7rem;
    margin: 0 3rem 8rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap::before {
    right: -3rem;
  }
  .partnership .evCon2 .con_box .box_wrap::after {
    right: -2rem;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title {
    font-size: 1.5rem;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title i {
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
  .partnership .evCon2 .con_box > p {
    margin-bottom: 4rem;
    font-size: 1.7rem;
  }
  .partnership .evCon2 .con_box h6 {
    font-size: 2.2rem;
  }
  .partnership .evCon2 .con_box .btn_wrap {
    width: 100%;
    margin-top: 7rem;
    gap: 1rem;
  }
  .partnership .evCon2 .con_box .btn_wrap .btn_default {
    width: 50%;
  }
  .partnership_pop.modal {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .recruit .evMain {
    padding: 8rem 0 7.2rem 0;
  }
  .recruit .evMain .con_title h3 {
    font-size: 3.5rem;
  }
  .recruit .evMain .con_title h6 {
    margin: 3.5rem 0 4rem 0;
    font-size: 1.8rem;
  }
  .recruit .evMain .con_title a {
    width: 26rem;
    height: 6rem;
    line-height: 5.8rem;
    font-size: 1.8rem;
  }
  .recruit .evCon1 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .recruit .evCon1 h4 {
    margin-bottom: 2rem;
    padding-top: 3rem;
    font-size: 3rem;
  }
  .recruit .evCon1 h4::before {
    width: 4rem;
    height: 0.8rem;
  }
  .recruit .evCon1 .con_title {
    margin-bottom: 7rem;
  }
  .recruit .evCon1 .con_title > p {
    font-size: 1.6rem;
  }
  .recruit .evCon1 .con_box .box_wrap {
    gap: 2rem;
    margin: 3rem 0 8rem 0;
  }
  .recruit .evCon1 .con_box .box_wrap .box {
    width: calc(33.33% - 2rem);
    padding: 3rem 0.5rem 3rem 1rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box::before {
    right: -1.6rem;
    width: 1rem;
    height: 1.6rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc {
    min-height: 6.5rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc p {
    padding-left: 0.7rem;
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
  }
  .recruit .evCon1 .con_box ul li {
    margin-bottom: 1.5rem;
    padding-left: 3.5rem;
    font-size: 1.4rem;
  }
  .recruit .evCon1 .con_box ul li::before {
    width: 2rem;
    height: 1.4rem;
  }
  .recruit .evCon1 .con_box .btn_wrap {
    margin-top: 6rem;
  }
  .recruit .evCon1 .con_box .btn_wrap .btn_default {
    font-size: 1.6rem;
  }
  .partnership .evSection h4 {
    margin-bottom: 2rem;
    padding-top: 3rem;
    font-size: 3rem;
  }
  .partnership .evSection h4::before {
    width: 4rem;
    height: 0.8rem;
  }
  .partnership .evMain {
    padding: 8rem 0 7.2rem 0;
  }
  .partnership .evMain .con_title h3 {
    font-size: 3.5rem;
  }
  .partnership .evMain .con_title h6 {
    margin: 3.5rem 0 4rem 0;
    font-size: 1.8rem;
  }
  .partnership .evMain .con_title a {
    width: 26rem;
    height: 6rem;
    line-height: 5.8rem;
    font-size: 1.8rem;
  }
  .partnership .evCon1 {
    padding: 8rem 1rem 8rem 1rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box > img {
    width: 36%;
  }
  .partnership .evCon1 .con_box .box_wrap .box_title {
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box_desc p br {
    display: none;
  }
  .partnership .evCon2 .con_box .box_wrap {
    width: calc(100% - 3rem);
    height: 38.8rem;
    margin: 0 3rem 8rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap::before {
    right: -3rem;
    width: 60%;
    border: 11.4rem solid #ececec;
    border-radius: 0 11.4rem 11.4rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap::after {
    right: -2rem;
    width: 60%;
    border: 10.4rem solid #ffffff;
    border-radius: 0 10.4rem 10.4rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap > div {
    height: 17rem;
  }
  .partnership .evCon2 .con_box .box_wrap .box {
    margin-bottom: 0;
  }
  .partnership .evCon2 .con_box .box_wrap .box > img {
    width: 90%;
    max-width: 137px;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    min-height: 3.6rem;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title i {
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
  .partnership .evCon2 .con_box > p {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
  .partnership .evCon2 .con_box h6 {
    font-size: 1.8rem;
  }
  .partnership .evCon2 .con_box .btn_wrap {
    margin-top: 6rem;
  }
  .partnership .evCon2 .con_box .btn_wrap .btn_default {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .recruit .evMain .con_title h3 {
    font-size: 2.6rem;
  }
  .recruit .evMain .con_title h6 {
    margin: 3.5rem 0 4rem 0;
    font-size: 1.4rem;
  }
  .recruit .evMain .con_title a {
    width: 23rem;
    height: 5rem;
    line-height: 4.8rem;
    font-size: 1.6rem;
  }
  .recruit .evCon1 {
    padding: 6rem 1rem 6rem 1rem;
  }
  .recruit .evCon1 h4 {
    margin-bottom: 1rem;
    padding-top: 3rem;
    font-size: 2.4rem;
  }
  .recruit .evCon1 .con_title {
    margin-bottom: 5rem;
  }
  .recruit .evCon1 .con_title > p {
    font-size: 1.4rem;
  }
  .recruit .evCon1 .con_box .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 2rem;
    margin: 3rem 0 5rem 0;
  }
  .recruit .evCon1 .con_box .box_wrap .box {
    width: 100%;
    padding: 2.5rem 1rem 3rem 1rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box::before {
    top: initial;
    left: 50%;
    right: initial;
    bottom: -1.6rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 1rem;
    height: 1.6rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc {
    min-height: initial;
  }
  .recruit .evCon1 .con_box .box_wrap .box_desc p {
    padding-left: 1rem;
    letter-spacing: 0;
  }
  .recruit .evCon1 .con_box ul li {
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding-left: 3.5rem;
    font-size: 1.4rem;
  }
  .recruit .evCon1 .con_box .btn_wrap {
    margin-top: 5rem;
  }
  .recruit .evCon1 .con_box .btn_wrap .btn_default {
    height: 5rem;
  }
  .recruit_pop .modal_contents_box {
    padding: 3rem 1rem;
  }
  .recruit_pop .modal_contents_box h3 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
  .recruit_pop .table {
    margin-bottom: 1.8rem;
  }
  .recruit_pop .table_th {
    width: 8rem;
    min-height: 6rem;
    padding: 1rem 0 1rem 0.5rem;
  }
  .recruit_pop .table .input_text {
    height: 4rem;
  }
  .recruit_pop .table .input_file::-webkit-file-upload-button {
    min-width: 8rem;
    height: 4rem;
    padding: 0 2rem;
    font-size: 1.2rem;
  }
  .recruit_pop .sub_page_info.privacy1 {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
  }
  .recruit_pop .sub_page_info.privacy1 p {
    font-size: 1.2rem;
  }
  .recruit_pop .privacy2 {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .recruit_pop .btn_blue {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
  }
  .partnership .evSection h4 {
    margin-bottom: 1rem;
    padding-top: 3rem;
    font-size: 2rem;
  }
  .partnership .evMain .con_title h3 {
    font-size: 2.6rem;
  }
  .partnership .evMain .con_title h6 {
    margin: 3.5rem 0 4rem 0;
    font-size: 1.4rem;
  }
  .partnership .evMain .con_title a {
    width: 23rem;
    height: 5rem;
    line-height: 4.8rem;
    font-size: 1.6rem;
  }
  .partnership .evCon1 {
    padding: 6rem 1rem 6rem 1rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 1rem 1rem 1rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box > img {
    width: 60%;
  }
  .partnership .evCon1 .con_box .box_wrap .box > div {
    margin-left: 0;
  }
  .partnership .evCon1 .con_box .box_wrap .box_title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .partnership .evCon1 .con_box .box_wrap .box_desc {
    margin-left: 1.1rem;
  }
  .partnership .evCon2 .con_box .box_wrap {
    height: 30rem;
  }
  .partnership .evCon2 .con_box .box_wrap::before {
    top: 8.5vw;
    width: 70%;
    border: 10.1rem solid #ececec;
    border-radius: 0 10.1rem 10.1rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap::after {
    top: calc(8.5vw + 1rem);
    width: 70%;
    border: 9rem solid #ffffff;
    border-radius: 0 9rem 9rem 0;
  }
  .partnership .evCon2 .con_box .box_wrap > div {
    height: initial;
  }
  .partnership .evCon2 .con_box .box_wrap > div:nth-of-type(1) .box {
    height: 19rem;
  }
  .partnership .evCon2 .con_box .box_wrap > div::before {
    top: 8.5vw;
  }
  .partnership .evCon2 .con_box .box_wrap .box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .partnership .evCon2 .con_box .box_wrap .box > img {
    width: 90%;
    max-width: 137px;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 5rem;
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
    text-align: center;
  }
  .partnership .evCon2 .con_box .box_wrap .box_title i {
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.6rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
  }
  .partnership .evCon2 .con_box > p {
    margin-bottom: 4rem;
    font-size: 1.3rem;
  }
  .partnership .evCon2 .con_box h6 {
    font-size: 1.6rem;
  }
  .partnership .evCon2 .con_box .btn_wrap {
    margin-top: 5rem;
  }
  .partnership .evCon2 .con_box .btn_wrap .btn_default {
    height: 5rem;
  }
  .partnership_pop .modal_contents_box {
    padding: 3rem 1rem;
  }
  .partnership_pop .modal_contents_box h3 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
  .partnership_pop .table {
    margin-bottom: 1.8rem;
  }
  .partnership_pop .table_th {
    width: 8rem;
    min-height: 6rem;
    padding: 1rem 0 1rem 0.5rem;
  }
  .partnership_pop .table .input_text {
    height: 4rem;
  }
  .partnership_pop .table .input_file::-webkit-file-upload-button {
    min-width: 8rem;
    height: 4rem;
    padding: 0 2rem;
    font-size: 1.2rem;
  }
  .partnership_pop .sub_page_info.privacy1 {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
  }
  .partnership_pop .sub_page_info.privacy1 p {
    font-size: 1.2rem;
  }
  .partnership_pop .privacy2 {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
  .partnership_pop .btn_blue {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=etc.css.map */